golang.org/x/tools/internal/gcimporter.exportWriter.typ (method)

19 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L445: 		w.typ(obj.Type(), obj.Pkg())
		iexport.go#L497: 			w.typ(constraint, obj.Pkg())
		iexport.go#L504: 			w.typ(t, obj.Pkg())
		iexport.go#L528: 		w.typ(underlying, obj.Pkg())
		iexport.go#L676: func (w *exportWriter) typ(t types.Type, pkg *types.Package) {
		iexport.go#L722: 			w.typ(typeparams.NamedTypeOrigin(t), pkg)
		iexport.go#L734: 		w.typ(t.Elem(), pkg)
		iexport.go#L738: 		w.typ(t.Elem(), pkg)
		iexport.go#L743: 		w.typ(t.Elem(), pkg)
		iexport.go#L758: 		w.typ(t.Elem(), pkg)
		iexport.go#L762: 		w.typ(t.Key(), pkg)
		iexport.go#L763: 		w.typ(t.Elem(), pkg)
		iexport.go#L783: 			w.typ(f.Type(), pkg)
		iexport.go#L802: 			w.typ(ft, tPkg)
		iexport.go#L822: 			w.typ(term.Type(), pkg)
		iexport.go#L849: 		w.typ(ts.At(i), pkg)
		iexport.go#L861: 		w.typ(list.At(i), pkg)
		iexport.go#L907: 	w.typ(obj.Type(), obj.Pkg())
		iexport.go#L911: 	w.typ(typ, nil)